home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / Include / raidExt.h < prev    next >
C/C++ Source or Header  |  1990-10-19  |  744b  |  25 lines

  1. /* 
  2.  * raidExt.h --
  3.  *
  4.  * Copyright 1989 Regents of the University of California
  5.  * Permission to use, copy, modify, and distribute this
  6.  * software and its documentation for any purpose and without
  7.  * fee is hereby granted, provided that the above copyright
  8.  * notice appear in all copies.  The University of California
  9.  * makes no representations about the suitability of this
  10.  * software for any purpose.  It is provided "as is" without
  11.  * express or implied warranty.
  12.  *
  13.  * $Header: /sprite/src/kernel/raid/RCS/raidExt.h,v 1.6 90/10/12 14:01:27 eklee Exp $ SPRITE (Berkeley)
  14.  */
  15.  
  16. #ifndef _RAIDEXT
  17. #define _RAIDEXT
  18.  
  19. #include "devBlockDevice.h"
  20.  
  21. DevBlockDeviceHandle    *DevRaidAttach();
  22. DevBlockDeviceHandle    *DevDebugAttach();
  23.  
  24. #endif _RAIDEXT
  25.